Using the setting for this property conflicts with the documentation
for gtk_entry_completion_set_text_column() which explicitly states
that setting the property directly behaves differently. Concretely,
this caused the file chooser entry completion popup to have two
columns (with identical content).
This partially reverts
331c28b369edae9aa3df2a24833ccb02ef8d7152.
-1,
G_MAXINT,
-1,
- GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
+ GTK_PARAM_READWRITE));
/**
* GtkEntryCompletion:inline-completion:
break;
case PROP_TEXT_COLUMN:
- gtk_entry_completion_set_text_column (completion, g_value_get_int (value));
+ priv->text_column = g_value_get_int (value);
break;
case PROP_INLINE_COMPLETION: